-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates sample scripts to align with v10. Closes #6369 #6494
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Splendid work @Adam-it. While rechecking I found a few things that we should fix IMO.
- I noticed we're using some
spo site remove
commands without--force
flag. - I found one occurrence where we use
spo folder copy
with--allowSchemaMismatch
. This option doesn't exist anymore. - For all scripts where we changed something, we should update the metadata version to
10.0.0
.
docs/docs/sample-scripts/entra/replace-owner-with-a-different-one/index.mdx
Show resolved
Hide resolved
@milanholemans thanks for the review feed. Ready for another round? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from a few remarks, looks good to me!
docs/docs/sample-scripts/entra/bulk-manage-group-users/assets/sample.json
Show resolved
Hide resolved
docs/docs/sample-scripts/entra/replace-membership-of-selected-groups/assets/sample.json
Show resolved
Hide resolved
docs/docs/sample-scripts/entra/replace-owner-with-a-different-one/assets/sample.json
Show resolved
Hide resolved
docs/docs/sample-scripts/spo/copy-library-folders-and-contents-to-another-library/index.mdx
Show resolved
Hide resolved
Good feed, I will try to do a fixup today at night |
@milanholemans all rechecked and done |
Merged manually, thank you! |
Closes #6369